-
Notifications
You must be signed in to change notification settings - Fork 673
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
refactor(front_vehicle_velocity_estimator): rework parameters #5241
refactor(front_vehicle_velocity_estimator): rework parameters #5241
Conversation
Signed-off-by: Yuqi Huai <[email protected]>
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #5241 +/- ##
==========================================
+ Coverage 15.32% 15.35% +0.02%
==========================================
Files 1721 1721
Lines 118559 118300 -259
Branches 37995 37888 -107
==========================================
- Hits 18169 18160 -9
+ Misses 79657 79416 -241
+ Partials 20733 20724 -9
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Sentry. |
perception/front_vehicle_velocity_estimator/config/front_vehicle_velocity_estimator.param.yaml
Outdated
Show resolved
Hide resolved
@@ -28,7 +28,7 @@ This package can: | |||
| `~/output/objects` | autoware_auto_perception_msgs/msg/DetectedObjects.msg | 3D detected object with twist. | | |||
| `~/debug/nearest_neighbor_pointcloud` | sensor_msgs/msg/PointCloud2.msg | The pointcloud msg of nearest neighbor point. | | |||
|
|||
## Node parameter | |||
## Node Parameter |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[Must]
This change is not necessary, so could you revert this change?
There is lack of uniformity in uppercase and lowercase between "Node Parameter" and "Core parameter".
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@YuqiHuai Any updates?
This pull request has been automatically marked as stale because it has not had recent activity. |
Because this PR has stale label and front_vehicle_velocity_estimator will be deleted, so I close this PR. |
Description
ROS node configuration refactored according to Guideline.
Related links
None.
Tests performed
colcon build --symlink-install --cmake-args -DCMAKE_BUILD_TYPE=Release --packages-up-to front_vehicle_velocity_estimator
ros2 launch front_vehicle_velocity_estimator front_vehicle_velocity_estimator.launch.xml
Notes for reviewers
None.
Interface changes
config
declare_parameter
Effects on system behavior
None.
Pre-review checklist for the PR author
The PR author must check the checkboxes below when creating the PR.
In-review checklist for the PR reviewers
The PR reviewers must check the checkboxes below before approval.
Post-review checklist for the PR author
The PR author must check the checkboxes below before merging.
After all checkboxes are checked, anyone who has write access can merge the PR.